home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / seq_adjustments.sql < prev    next >
Text File  |  2000-05-12  |  684b  |  16 lines

  1. /* RCSVER $Id: seq_adjustments.sql,v 1.1 1999-03-19 11:39:35-06 evan CURRENT $ */
  2. /* *************************************************************************
  3. *        Copyright (C) 1998, Agent Systems, Inc. All Rights Reserved.
  4. *
  5. * Name:        seq_adjustment.sql
  6. * Date:        12/28/1998
  7. * memo:        Evan M. Ghormley    
  8. * Description:    Create the adjustment sequences.
  9. * Changes:
  10. ************************************************************************* */
  11. CREATE SEQUENCE seq_cashbox_total START WITH 1;
  12. CREATE SEQUENCE seq_batch_total   START WITH 1;
  13. CREATE SEQUENCE seq_acctday_total START WITH 1;
  14. CREATE SEQUENCE seq_batch START WITH 1;
  15. CREATE SEQUENCE seq_subbatch START WITH 1;
  16.